home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / arug / arug 29 / devs / mountlistbak < prev    next >
Text File  |  1994-01-27  |  885b  |  41 lines

  1. /* An example MOUNTLIST file enabling a 5" disk to be mounted
  2.    as DF1:, an interactive serial port mounted as AUX: and a
  3.    pipe handler mounted as PIPE:
  4. */
  5.  
  6.  
  7. VD0:       Device = vdisk.device
  8.            Unit   = 1
  9.            Flags  = 0
  10.            Surfaces  = 1
  11.            BlocksPerTrack = 16
  12.            Priority = 5
  13.            Reserved = 2
  14.            Interleave = 0
  15.            LowCyl = 0
  16.            HighCyl = 255
  17.            BufMemType = 5
  18. #
  19.  
  20.  
  21. DF2:       Device = trackdisk.device
  22.            Unit   = 2
  23.            Flags  = 1
  24.            Surfaces  = 2
  25.            BlocksPerTrack = 11
  26.            Reserved = 2
  27.            Interleave = 0
  28.            LowCyl = 0  ;  HighCyl = 39
  29.            BufMemType = 5
  30. #       
  31.  
  32. AUX:       Handler = L:Aux-Handler
  33.            Stacksize = 700
  34.            Priority = 5
  35. #
  36.  
  37. PIPE:      Handler = L:Pipe-Handler
  38.            Stacksize = 700
  39.            Priority = 5
  40. #
  41.